AllStyleCustomization

data class AllStyleCustomization(@ColorRes() textColor: Int?, @FontRes() textFont: Int?, @ColorRes() tint: Int?)

General customization for all elements that could be overridden by specific element customisation

Parameters

textColor

Text color resource reference.

textFont

Text font resource reference.

tint

Color tint resource reference.

Constructors

AllStyleCustomization
Link copied to clipboard
fun AllStyleCustomization(@ColorRes() textColor: Int? = null, @FontRes() textFont: Int? = null, @ColorRes() tint: Int? = null)

Properties

textColor
Link copied to clipboard
var textColor: Int? = null
Text color resource reference.
textFont
Link copied to clipboard
var textFont: Int? = null
Text font resource reference.
tint
Link copied to clipboard
var tint: Int? = null
Color tint resource reference.